home *** CD-ROM | disk | FTP | other *** search
/ CICA 1995 September (Japanese) / CICA Shareware for Windows CD-ROM (Walnut Creek) (September 1995) (Japanese) (Disc 2).iso / disc2 / patches / symantec / rtlinc.exe / MEM.H < prev    next >
Encoding:
C/C++ Source or Header  |  1993-05-18  |  273 b   |  17 lines

  1. /*_ mem.h  */
  2. /* Copyright (C) 1986-1993 by Symantec        */
  3. /* All Rights Reserved                */
  4.  
  5. /* Note: ANSI users should #include <stdlib.h> instead of this file */
  6.  
  7. #ifndef __MEM_H
  8. #define __MEM_H    1
  9.  
  10. #ifndef __STRING_H
  11. #include <string.h>
  12. #endif
  13.  
  14. #endif _MEM_H
  15.  
  16.  
  17.